home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / game / wb / dosadv.lha / DOS_Adventure < prev    next >
Encoding:
Text File  |  1993-03-09  |  821 b   |  32 lines

  1. echo "  The first ever AmigaDOS Adventure:"
  2. echo "  The Valley of Mystery  "
  3. echo "------------------------------------"
  4. echo "Written by JIPsoft in March 1995"
  5. echo "    © JIPsoft productions 1995"
  6. echo
  7. echo "You are in a great valley. Your task is to free a princess imprisoned"
  8. echo "near the valley. You need cunning and skill and lots of other things too."
  9. echo "Just type in the commands (lower case) as if this were a normal adventure."
  10. echo ""
  11. setenv pistol 0
  12. setenv bookshelf 1
  13. setenv boulder 2
  14. setenv moonroot 3
  15. setenv powerplant 3
  16. setenv dreamberry 3
  17. setenv door 4
  18. setenv lock 7
  19. setenv princess 7
  20. setenv tourist 8
  21. setenv guard 10
  22. setenv key 0
  23. setenv rock 11
  24. setenv tree 14
  25. setenv water 15
  26. setenv cr 5
  27. setenv do closed
  28. setenv lo closed
  29. setenv sharp blunt
  30. prompt "Do something> "
  31. where_am_i
  32.